From 146b4c93bafa6ddfcec9d5ebb3d210a0a2885e70 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 18 Jan 2021 22:23:57 -0500 Subject: [PATCH] 4.0.2 --- NEWS | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8de015a73c..5167e3d7ef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,52 @@ +Overview of Changes in 4.0.2 +============================ + +* GtkAboutDialog: + - Set icon size for the logo + - Fix initial focus to be the same as in GTK 3 + +* GtkImage: + - Update icons on scale change + +* Wayland: Fix crashes with touch and tablet events + +* Windows: + - Fix surface and geometry computation + - Remove layered window usage + +* MacOS: Support stylus devices + +* Themes: + - Adwaita: Remove edge highlights + - Adwaita: Update image assets + - Make Adwaita-dark available as standalone theme + - Make HighContrastInverse the dark variant of HighContrast + +* Docs: + - Complete GtkAspectFrame docs + - Clarify migration docs for widget signals + +* Inspector: + - Fix a critical with the recorder + - Fix a crash with treeviews + - Show overlay layout properties + - Add a legend for the layout overlay + +* Build: + - Fix build with gcc 11 + - Support building without sassc + +* Translation updates: + Basque + Czech + Friulian + Polish + Romanian + Spanish + Swedish + Ukrainian + + Overview of Changes in 4.0.1 ============================ diff --git a/meson.build b/meson.build index 3edb716efc..d546c00b91 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.0.1', + version: '4.0.2', default_options: [ 'buildtype=debugoptimized', 'warning_level=1', -- 2.30.2